This repository was archived by the owner on Apr 4, 2025. It is now read-only.
build(@angular/cli): ignore vim and emacs files - #110
Closed
redbmk wants to merge 1 commit into
Closed
Conversation
Change the default `build.ignored` option to ignore files used by vim and emacs that are not needed by angular-cli
redbmk
force-pushed
the
ignored-vim-emacs
branch
from
August 20, 2017 20:40
1bcbe63 to
a7434c7
Compare
hansl
approved these changes
Aug 21, 2017
hansl
suggested changes
Aug 21, 2017
| }, | ||
| "defaults": { | ||
| "build": { | ||
| "ignored": ["**/*~", "**/.#*", "**/.*.sw[pon]"] |
Contributor
There was a problem hiding this comment.
Actually, nevermind my last comment. We don't have an option in the configuration for ignored. Where did you get that field from?
Author
|
@hansl Sorry, this PR was a bit premature - it's really part of angular/angular-cli#7448, it's just that they're in separate repositories so I wasn't sure whether to wait for that one to get approved or just do them both at the same time. This PR relies on the other one, but it looks like there were some changes that made that one unnecessary (and therefore this one as well). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change the default
build.ignoredoption to ignorefiles used by vim and emacs that are not needed by
angular-cli
This depends on changes from angular/angular-cli#7448